home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / kaffe-0.2 / include / Makefile.in next >
Makefile  |  1996-02-15  |  613b  |  27 lines

  1. # User include files.
  2. #
  3. # Copyright (c) 1996 Systems Architecture Research Centre,
  4. #           City University, London, UK.
  5. #
  6. # See the file "license.terms" for information on usage and redistribution
  7. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  8. #
  9. # Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
  10.  
  11. INSTALL=    @INSTALL@
  12. INSTALL_DATA=    @INSTALL_DATA@
  13. prefix=        @prefix@
  14. srcdir=        @srcdir@
  15. incdir=        @includedir@/kaffe
  16.  
  17. all:
  18.  
  19. clean:
  20.  
  21. distclean:
  22.  
  23. install:
  24.         -mkdir -p $(incdir)
  25.         $(INSTALL_DATA) $(srcdir)/native.h $(incdir)/native.h
  26.         $(INSTALL_DATA) $(srcdir)/stubPreamble.h $(incdir)/stubPreamble.h
  27.